home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / titans / beastboy.swf / scripts / DefineSprite_296 / frame_1 / DoAction.as
Text File  |  2010-11-09  |  280b  |  20 lines

  1. onenterframe = function()
  2. {
  3.    if(!r.inv)
  4.    {
  5.       if(p.z.hittest(z))
  6.       {
  7.          r.hit = 1;
  8.          if(p._x - _X < 0)
  9.          {
  10.             r.hitdir = 1;
  11.          }
  12.          else
  13.          {
  14.             r.hitdir = 2;
  15.          }
  16.       }
  17.    }
  18. };
  19. stop();
  20.